home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / YUKND.CAB / yuknd.ini < prev   
Text File  |  2004-08-11  |  1KB  |  24 lines

  1.     DriverName = yuknd$
  2. ; When you have more than one adapter supported by the driver
  3. ; in your system you might want to specify which adapter should
  4. ; be used. By default the first found adapter will be used.
  5. ; There are two ways to specify a different adapter.
  6. ; Bus and device number of the adapter to be used
  7. ;   BUSNUM=0
  8. ;   DEVNUM=3
  9. ; Using CONTYPE you can force link speed and duplex mode.
  10. ; Using other values than AUTO (default) turns off auto-negotiation
  11. ; and is not recommended.
  12. ; Possible values are: AUTO, _100FD, _100HD, _10FD, _10HD
  13. ;   CONTYPE = <contype>
  14. ; Check link mode - check which adapter has a link and use the
  15. ; first adapter with a link
  16. ;   CHECKLINK=1
  17. ; Specify how many transmit and receive buffers the driver shall use.
  18. ; Possible values: 1..4, but the sum of receive and transmit buffers
  19. ; cannot be greater than 5.
  20. ; Using more buffers might improve the performance but the driver
  21. ; will consume more memory.
  22. ;   MAXRECEIVES=2
  23. ;   MAXTRANSMITS=3
  24.